AccountService.writeUserData Method

Writes the user data into the account.
 

Parameters

id

Type: String
The ID of the account to write the data for.
key

Type: String
The key of the data.
value

Type: String
The value of the data.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.